C:\Users\quxia\Documents\华彤实验记录\20230107佳乐绘图\datavis.py:86: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
df['腔室盖'][df['腔室盖']=='上升'] = 10
C:\Users\quxia\Documents\华彤实验记录\20230107佳乐绘图\datavis.py:87: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
df['腔室盖'][df['腔室盖']=='运行中'] = 10
C:\Users\quxia\Documents\华彤实验记录\20230107佳乐绘图\datavis.py:88: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
df['腔室盖'][df['腔室盖']=='下降'] = 0